projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c237209
)
Fix 'garbage-collect-maybe'
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 15 Apr 2021 19:00:19 +0000
(22:00 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 15 Apr 2021 19:00:19 +0000
(22:00 +0300)
* src/alloc.c (Fgarbage_collect_maybe): No longer interactive.
(Bug#47805)
src/alloc.c
patch
|
blob
|
history
diff --git
a/src/alloc.c
b/src/alloc.c
index e72fc4c4332dee41aa512060df79d49a0641f540..00c1fd3148e6317e83f8435452edab56d1655ff1 100644
(file)
--- a/
src/alloc.c
+++ b/
src/alloc.c
@@
-6248,7
+6248,7
@@
For further details, see Info node `(elisp)Garbage Collection'. */)
}
DEFUN ("garbage-collect-maybe", Fgarbage_collect_maybe,
-Sgarbage_collect_maybe, 1, 1,
""
,
+Sgarbage_collect_maybe, 1, 1,
0
,
doc: /* Call `garbage-collect' if enough allocation happened.
FACTOR determines what "enough" means here:
If FACTOR is a positive number N, it means to run GC if more than